SG Window | Globals Object |
MakeLong Method |
Properties Methods Events Constants Error Codes |
Creates Long (32-bit) value by concatenating two given Integer (16-bit) values.
object.MakeLong(low As Integer, high As Integer)
Part | Description |
object | The object is expression that evaluates to the Globals object. |
low | Required. Specifies the low-order word of the new long value. |
high | Required. Specifies the high-order word of the new long value. |